Closed (fixed)
Project:
Date
Version:
6.x-2.0-rc6
Component:
Date CCK Field
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2008 at 17:37 UTC
Updated:
13 Apr 2009 at 18:21 UTC
It appears that the dropdown doesn't work in Firefox, when entering Date CCK fields: when selecting, you can use the arrow keys to navigate through the timezone selections, but the list won't actually drop-down. It functions normally in IE7. (Not sure yet about other browsers).
Comments
Comment #1
aaron commentedThe timezone selector works fine for user account settings, although I'm sure it uses another API.
Comment #2
aaron commentedworks fine in ie6 and safari too; it's only broken in linux/ff3.0.4 & xp/ff 3.0.4
Comment #3
aaron commentedodd; i just diff'd the options between the date's timezone field and the account settings field, and there's no difference. i'll see what happens on a new installation and report back.
Comment #4
aaron commentedremoving class .date-clear-block solves the issue for me. not sure if it's a conflict in our css or not; let me see in the zen and garland themes.
Comment #5
aaron commentedhappens in garland and zen as well. must be a problem with the css in date.css for .date-clear-block.
Comment #6
aaron commentedIt's this section in date.css causing the problem, and specifically
content: " ";. If I comment out that line, it works fine. I would make a patch for it, but am not sure of other unintended side effects.Comment #7
aaron commentedReading #232959: design issue - the scrollbar is shown on date cck field and it has wrong layout in Opera browser, looks like this was added as an alternative to clearfix. Must be a problem with that solution in relation to selects. Is there a reason we add the class to this select? Might be easiest to simply remove it from that form element.
Comment #8
aaron commentedLinked to this issue from #272209: clearflow: a better way to clear floats?.
Comment #9
karens commentedIt looks like there is no problem removing it from the timezone element, it was a problem for the 'from' and 'to' dates.
Comment #10
drewish commentedhumm... just cvs up'd DRUPAL-6--2 and i'm still seeing this issue. any suggestions? or do i need to update calendar too?
Comment #12
e2thex commentedThis issue still exists